Insert Image
Command Prototype
Word.InsertPicture(objWord,sPath,optionArgs)
Command Description
Insert an image at the current cursor position in a Word document
Parameter Description
- Required Parameter
- objWord--Word document object
- sPath--Path of the image file
- Optional Parameter
- linkToFile--Whether to copy the inserted image, the default is not to copy
- saveWithDocument--Whether to save the inserted image to a Word document, the default is not to save